home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’95 / Snuffy (Moof!) - Magic Cap / Source / Snuffy.Def < prev    next >
Encoding:
Text File  |  1995-06-24  |  704 b   |  27 lines  |  [TEXT/MPS ]

  1. //
  2. //    Snuffy
  3. //
  4. //    A silly hack that snuffs Sniffy and replaces him with a more loyal
  5. //  companion of a sadly endangered species.
  6. //
  7. //    Written at MacHack '95 in a shitty hotel in Southfield, Michigan
  8. //
  9. //    © 1995 Steve Klingsporn (moofie@dogcow.com)
  10. //
  11. //    Note:  The dogcow image is a trademark of Apple Computer, Inc.,
  12. //           and is used without permission.  If someone at Apple wants to
  13. //           yell and scream at me, they're welcome to -- my contact
  14. //           information is on the name card I install in the name card file.
  15. //
  16. //    Version:    1.0
  17. //
  18.  
  19.  
  20. //    InstallerKibble class definition
  21.  
  22. Define Class InstallerKibble;
  23.     inherits from Object;
  24.     overrides InstallInto;
  25.     operation SnuffSniffy();
  26. End Class;
  27.